net/http/httputil.ServerConn.c (field)

6 uses

	net/http/httputil (current package)
		persist.go#L39: 	c               net.Conn
		persist.go#L58: 	return &ServerConn{c: c, r: r, pipereq: make(map[*http.Request]uint)}
		persist.go#L68: 	c := sc.c
		persist.go#L70: 	sc.c = nil
		persist.go#L196: 	if sc.c == nil { // connection closed by user in the meantime
		persist.go#L200: 	c := sc.c